x86/traps: Rename compat_hypercall() to entry_int82()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Apr 2017 16:37:56 +0000 (17:37 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 May 2017 08:54:28 +0000 (09:54 +0100)
commit913fc4ec705f608ae34a728e6954ab5d42b36181
treeeebab031f8871035ae0a2348333ffba8272c7561
parenta5a5d1ee949d04d673573f8f59f6715edd171c57
x86/traps: Rename compat_hypercall() to entry_int82()

This follows the Linux example of naming the entry point by how it is arrived
at, rather than its purpose.

Doing so highlights that the SAVE_VOLATILE instantiation sets up the wrong
entry_vector on the stack (although this is currently benign as we never
sysret back to a 32bit PV, and the iret path doesn't care).

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/x86/traps.c
xen/arch/x86/x86_64/compat/entry.S
xen/include/asm-x86/processor.h